wifi: cc33xx: update to cc33xx-linux-mpu 1.0.2.14 - #35
Merged
lategoodbye merged 1 commit intoAug 4, 2026
Merged
Conversation
Enhancements (1.0.2.14): * Bug fixes * New PHY update * WoWLAN improvements * CQM Support (Connection Quality Monitor) * Add Dynamic Configuration of PHY regdomain and Tx Control Params Signed-off-by: Sabeeh Khan <sabeeh-khan@ti.com> Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
mhei
approved these changes
Aug 4, 2026
t-mon
approved these changes
Aug 4, 2026
t-mon
left a comment
There was a problem hiding this comment.
lgtm
the coding style notes can be ignored if for easier updating/porting.
| cc33xx_event_roc_complete(cc); | ||
|
|
||
| if (vector & RSSI_SNR_TRIGGER_0_EVENT_ID) | ||
| { |
There was a problem hiding this comment.
coding style mix compared to the next statement
| for (i = 0; i < num_filters; i++) { | ||
| if (!active_filters[i]) { | ||
| continue; | ||
| } |
Member
Author
This downstream driver come directly from TI, so I want to modify these files only if there is a functional issue. Furthermore these driver changes are almost outdated because 1.0.2.17 has been released. Unfortunately the firmware isn't properly available via git. So we need to stick to this version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhancements (1.0.2.14):
chargebyte/meta-chargebyte-distro#36